CS50 Internet Primer


IP Address

uniquely identify itself on the internet, your machine needs an address.
32 bits.(IPv4)

IPv6

128-bit.
//1234:5678:90ab:cdef:fedc:ba09:8765:4321
//2001:4860:4860:0:0:0:8844(google) 2001:4860:4860::8844

DHCP(Dynamic Host Configuration Protocol)

Prior to the widespread promulgation of DHCP, the task of
assigning IP addresses fell to a system administrator,
who would need to manually assign such addresses.

DNS

Domain Name System

Access Points

One of the wyas we've dealt with the IPv4 addressing problem
is to start assigning multiple people to the same IP address.

The IP address is assign to a router, those job it is to act as a
traffic cop that allows data requests from all of the devices on
your local network (your home or business, e.g.) to be
processed through a single IP address.

wide-area networks(WANs)

private => router => Internet (interconnected network)

#cs50 #IP #dhcp #DNS #Access Points







你可能感興趣的文章

[ 狀況題 ] 如何徹底將檔案從 Git 中移除?

[ 狀況題 ] 如何徹底將檔案從 Git 中移除?

使用 Google Colaboratory + Whisper AI 免費將錄音檔內容轉換成文字

使用 Google Colaboratory + Whisper AI 免費將錄音檔內容轉換成文字

【單元測試的藝術】Chap 6: 深入了解隔離框架

【單元測試的藝術】Chap 6: 深入了解隔離框架






留言討論